Starting Vim
vim [file1] [file2] ...
| // ==UserScript== | |
| // @name X Auto Clean Followers - Clean Edition 2025/12 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.2 | |
| // @description Clean "Follows you" pill + red Remove pill with no grok garbage | |
| // @author https://x.com/0x0bos | |
| // @match https://x.com/*/followers* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |
The standard names for indexes in PostgreSQL are:
{tablename}_{columnname(s)}_{suffix}
where the suffix is one of the following:
pkeyfor a Primary Key constraint;keyfor a Unique constraint;exclfor an Exclusion constraint;idxfor any other kind of index;
This guide is for homelab admins who understand IPv4s well but find setting up IPv6 hard or annoying because things work differently. In some ways, managing an IPv6 network can be simpler than IPv4, one just needs to learn some new concepts and discard some old ones.
Let’s begin.
First of all, there are some concepts that one must unlearn from ipv4:
Concept 1
| import requests | |
| import os | |
| import re | |
| from datetime import datetime | |
| def get_weather_data(location): | |
| url = "https://opendata.cwa.gov.tw/api/v1/rest/datastore/F-C0032-001" | |
| params = { | |
| "Authorization": os.getenv('OPEN_API'), |
| # To add two-finger gesture to back and forth swiping, follow this steps with shell | |
| # 1 - Open .desktop file with nano | |
| sudo nano /usr/share/applications/brave-browser.desktop | |
| # 2 - Move to a little bottom, edit the place where it is `Exec=` to match this | |
| Exec=/usr/bin/brave-browser-stable %U --ozone-platform=wayland --enable-features=TouchpadOverscrollHistoryNavigation | |
| # Use `Ctrl-O` to write and `Ctrl-X` to exit | |
| # Now restart the brave browser and you will be able to swipe back and forth with two-finger touchpad gestures. |
Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:
Up Arrow: Will show your last commandDown Arrow: Will show your next commandTab: Will auto-complete your commandCtrl + L: Will clear the screen如果你想补充内容,建议优先给 free-for-dev 提PR,还能混个高星repo的contributor,没必要加到本列表里。
If you want to make improvements, I would recommend you contributing to free-for-dev rather than this list.